internal/profile.Location.matchesName (method)

4 uses

	internal/profile (current package)
		filter.go#L18: 		if ignore != nil && l.matchesName(ignore) {
		filter.go#L21: 		} else if focus == nil || l.matchesName(focus) {
		filter.go#L25: 		if hide != nil && l.matchesName(hide) {
		filter.go#L60: func (loc *Location) matchesName(re *regexp.Regexp) bool {